home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995 June: Reference Library / Dev.CD Jun 95 / Dev.CD Jun 95.toast / What's New? / New System Software Extensions / QuickDraw 3D ß / Programming / SampleCode / Modeller ƒ / Modeller_offscreen.h < prev    next >
Encoding:
Text File  |  1995-03-06  |  313 b   |  16 lines  |  [TEXT/MPS ]

  1. // Modeller_offscreen.h
  2. //
  3. // offscreen related function prototypes for the the modeller application
  4. //
  5. // Modification History
  6. //
  7. //    11/26/94        nick        added in stuff from symantec proto_helper app, add defines
  8.  
  9.  
  10. #ifndef _MODELLER_OFFSCREEN_H_
  11. #define _MODELLER_OFFSCREEN_H_
  12.  
  13. #include "Modeller_Document.h"
  14.  
  15.  
  16. #endif